home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / GNU-MAKE / README.{_1 < prev   
Text File  |  1999-09-17  |  2KB  |  44 lines

  1. This directory contains the 3.76.1 release of GNU Make.
  2. All bugs reported for previous releases have been fixed.
  3. Some bugs surely remain.
  4.  
  5. For general building and installation instructions, see the file INSTALL.
  6. If you need to build GNU Make and have no other `make' program to use,
  7. you can use the shell script `build.sh' instead.  To do this, first run
  8. `configure' as described in INSTALL.  Then, instead of typing `make' to
  9. build the program, type `sh build.sh'.  This should compile the program
  10. in the current directory.  Then you will have a Make program that you can
  11. use for `make install', or whatever else.
  12.  
  13. Some systems' Make programs are broken and cannot process the Makefile for
  14. GNU Make.  If you get errors from your system's Make when building GNU
  15. Make, try using `build.sh' instead.
  16.  
  17.   - See README.W32 for details about GNU Make on Windows NT or 95.
  18.  
  19.   - See README.Amiga for details about GNU Make on AmigaDOS.
  20.  
  21.   - See README.DOS for compilation instructions on MS-DOS and MS-Windows
  22.     using DJGPP tools.
  23.  
  24.     A precompiled binary of the MSDOS port of GNU Make is available as part
  25.     of DJGPP; see the WWW page http://www.delorie.com/djgpp/ for more
  26.     information.
  27.  
  28. It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
  29. that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
  30. It is said that using `cc' without `-O' does work.
  31.  
  32. One area that is often a problem in configuration and porting is the code
  33. to check the system's current load average.  To make it easier to test and
  34. debug this code, you can do `make check-loadavg' to see if it works
  35. properly on your system.  (You must run `configure' beforehand, but you
  36. need not build Make itself to run this test.)
  37.  
  38. See the file NEWS for what has changed since previous releases.
  39.  
  40. GNU Make is fully documented in make.texinfo.  See the section entitled
  41. `Problems and Bugs' for information on submitting bug reports.
  42.  
  43. GNU Make is free software.  See the file COPYING for copying conditions.
  44.